This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Bulk Emailing: How can I handle all the bounce backs? ~Nicole Fezwesonnivu 20.Jan.04 02:43 PM a Web browser Domino Designer 6.0.2 CF1Windows 2000
Create a view in the database which receives those delivery failures and compare IntendedRecepient field of every document in that view with list of all people in the list.
When you find match, you can delete the recepient document from the list database or put status of the list doc to "To be reviewed" or something. Next sending exclude recepients with doc status "To be reviewed" from sending.
Coding depends on how your database is designed and what actions you want to take. A rather simple formula agent with dblookups should be able to do the job.